home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Centri / Centri.dir / 00101_Script_Jigg < prev    next >
Text File  |  1999-02-25  |  405b  |  15 lines

  1. on exitFrame
  2.   if the locv of sprite the CurrentSpriteNum > 10 then
  3.     set the locv of sprite the CurrentSpriteNum = the locv of sprite the CurrentSpriteNum - 2
  4.   else 
  5.     set the locv of sprite the CurrentSpriteNum = 450
  6.   end if
  7.   
  8. end 
  9.  
  10. on enterFrame
  11.   if the locv of sprite the CurrentSpriteNum < 10 then
  12.     set the locv of sprite the CurrentSpriteNum = 450
  13.     nothing
  14.   end if
  15. end